| lcShapeAddEnt | Home |
|
BOOL lcShapeAddEnt ( HANDLE hShape, HANDLE hEnt, BOOL bErase ); |
| hShape | |
| Handle to a shape object. | |
| hEnt | |
| Handle to an entity. There are valid types: Line, Polyline, Rectangle, Circle, Arc, Ellipse. | |
| bErase | |
| If TRUE, then the source entity (hEnt) will be deleted. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcBlockAddShape, lcShapeEnd, Code sample |